DataEngine for .NET
RuntimeColumn コンストラクタ(String[],String,String)

C1.DataEngine.Api アセンブリ > C1.DataEngine 名前空間 > RuntimeColumn クラス > RuntimeColumn コンストラクタ : RuntimeColumn コンストラクタ(String[],String,String)
列名の配列。
列操作を表すオプションの文字列。大文字小文字が区別されます。
列名に使用されるオプションのエイリアス。
RuntimeColumn クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal columnNames() As System.String, _
   Optional ByVal columnOp As System.String, _
   Optional ByVal alias As System.String _
)
public RuntimeColumn( 
   System.string[] columnNames,
   System.string columnOp,
   System.string alias
)

パラメータ

columnNames
列名の配列。
columnOp
列操作を表すオプションの文字列。大文字小文字が区別されます。
alias
列名に使用されるオプションのエイリアス。
参照

RuntimeColumn クラス
RuntimeColumn メンバ
オーバーロード一覧